home *** CD-ROM | disk | FTP | other *** search
- diff --unified=5 --recursive dig/dig.c dig.linux/dig.c
- --- dig/dig.c Tue Sep 4 11:49:24 1990
- +++ dig.linux/dig.c Wed Mar 16 22:17:17 1994
- @@ -276,11 +276,11 @@
- }
- break;
- case 't':
- if ((tmp = atoi(*++argv)) || *argv[0]=='0') {
- qtype = tmp;
- - } else if (tmp = StringToClass(*argv,0)) {
- + } else if (tmp = StringToType(*argv,0)) {
- qtype = tmp;
- } else {
- printf("; invalid type specified\n");
- }
- break;
- diff --unified=5 --recursive dig/hfiles.h dig.linux/hfiles.h
- --- dig/hfiles.h Fri Aug 31 16:56:39 1990
- +++ dig.linux/hfiles.h Wed Mar 16 21:55:23 1994
- @@ -2,10 +2,15 @@
- /*
- ** Distributed with 'dig' version 2.0 from University of Southern
- ** California Information Sciences Institute (USC-ISI). 9/1/90
- */
-
- +#ifdef __linux__
- +#define BIT_ZERO_ON_RIGHT 1
- +#include <linux/types.h>
- +#endif
- +
- /*
- #define PARAMH "param.h"
- */
- #define PARAMH <sys/param.h>
-